Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1001

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
@sveltejs/adapter-node (source) ^5.2.7 -> ^5.2.8 age adoption passing confidence
@sveltejs/kit (source) ^2.7.1 -> ^2.7.2 age adoption passing confidence
@types/node (source) ^20.16.11 -> ^20.16.13 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.45.1 -> ^2.46.0 age adoption passing confidence
npm-run-all2 ^6.2.3 -> ^6.2.4 age adoption passing confidence
sass ^1.79.5 -> ^1.80.3 age adoption passing confidence
stylus ^0.63.0 -> ^0.64.0 age adoption passing confidence
svelte (source) ^5.0.0-next.268 -> ^5.0.3 age adoption passing confidence
svelte-eslint-parser ^0.42.0 -> ^0.43.0 age adoption passing confidence
typescript-eslint (source) ^8.9.0 -> ^8.10.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

sveltejs/kit (@​sveltejs/adapter-node)

v5.2.8

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.7.2

Compare Source

Patch Changes
  • fix: use absolute links in JSDoc comments (#​12718)
eslint/eslint (eslint)

v9.13.0

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.46.0

Compare Source

Minor Changes
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153
sass/dart-sass (sass)

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.
stylus/stylus (stylus)

v0.64.0

Compare Source

===================

  • drop node v14 support #​2899
  • upgrading glob eliminates outdated dependency issues #​2899
sveltejs/svelte (svelte)

v5.0.3

Compare Source

Patch Changes
  • chore: ensure transition events are dispatched without current reaction (#​13719)

v5.0.2

Compare Source

Patch Changes
  • fix: don't blank css on migration error (#​13703)

v5.0.1

Compare Source

Patch Changes
  • fix: use typedef for JSDoc props and maintain comments (#​13698)

v5.0.0

Compare Source

A new major version of Svelte has been released! 🎉

The new version brings:

  • even better performance,
  • a more granular reactivity system with runes,
  • more expressive template syntax with snippets and event attributes,
  • native TypeScript support,
  • and backwards compatibility with the previous syntax!

For more details check out the Svelte docs and the migration guide.

v5.0.0-next.272

Compare Source

Patch Changes
  • fix: ensure user effects are correctly executed on initialisation (#​13697)

  • breaking: state mutations inside the template are no longer allowed (#​13660)

v5.0.0-next.271

Compare Source

Patch Changes
  • fix: avoid chromium issue with dispatching blur on element removal (#​13694)

v5.0.0-next.270

Compare Source

Patch Changes
  • fix: bail out if slot name changes and $slots assigned to variable (#​13678)

  • feat: add migration-task for impossible to migrate slots (#​13658)

  • feat: tell users of @migration-task (#​13668)

  • fix: correct migration of uninitialised state (#​13673)

  • fix: ensure migrate correctly handles named slots (#​13676)

  • feat: add migration-task comment after errors (#​13659)

  • fix: migrate reactive statements with inner blocks (#​13675)

  • fix: migrating rest props type includes props types (#​13632)

  • fix: migrated snippet shadowing prop and let directive removal (#​13679)

  • chore: CompileDiagnostic no longer extends Error (#​13651)

  • fix: reset reset_element in render to prevent runtime error (#​13669)

v5.0.0-next.269

Compare Source

Patch Changes
  • fix: transitions within dynamic components now function correctly (#​13646)

  • fix: use internal_set in await block (#​13642)

  • fix: correctly applies autofocus to static elements (#​13648)

  • fix: method attribute is case insensitive (#​13639)

  • chore: avoid reporting inspections when an exception occurs (#​13601)

  • fix: ensure legacy run utility does not cause cycles (#​13643)

  • fix: better migration for leading and trailing comments (#​13630)

sveltejs/svelte-eslint-parser (svelte-eslint-parser)

v0.43.0

Compare Source

Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@dominikg dominikg merged commit 52e4a4f into main Oct 21, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch October 21, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant